From 4a664d8225f72aef0883aa2c3844be9dade4143a Mon Sep 17 00:00:00 2001 From: alexmot Date: Thu, 18 Dec 2003 14:19:56 +0000 Subject: [PATCH] C89 fix-up --- gpsbabel/gpx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/gpx.c b/gpsbabel/gpx.c index dfcce9418..aed3eb33d 100644 --- a/gpsbabel/gpx.c +++ b/gpsbabel/gpx.c @@ -551,13 +551,13 @@ static void gpx_end(void *data, const char *el) { char *s = strrchr(current_tag.mem, '/'); + float x; if (strcmp(s + 1, el)) { fprintf(stderr, "Mismatched tag %s\n", el); } *s = 0; - float x; if (in_cdata) { if (in_name && in_wpt && !in_gs_tbugs) { -- 2.30.2